(interrupt_input_blocked): Make this signed int.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Apr 1993 22:09:23 +0000 (22:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Apr 1993 22:09:23 +0000 (22:09 +0000)
src/blockinput.h

index 0571a64810743632ab09c908341ff111e946e06a..f8b09419b7dbf276de6f5e2a4685679f29ed86f2 100644 (file)
@@ -43,7 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    interrupt_input_pending to a non-zero value.  If that flag is set
    when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO.  */
 
-extern unsigned int interrupt_input_blocked;
+extern int interrupt_input_blocked;
 
 /* Nonzero means an input interrupt has arrived
    during the current critical section.  */